ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / CommonShaderStage<T> Class
Type of the shader
Members

In This Topic
    CommonShaderStage<T> Class
    In This Topic
    Common Shader class. Provides a common set of methods for a Shader Stage. TODO: check if usage of abstract is not introducing an unacceptable overhead...
    Object Model
    CommonShaderStage<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class CommonShaderStage(Of T As DeviceChild) 
       Inherits CommonShaderStageBase
    public abstract class CommonShaderStage<T> : CommonShaderStageBase 
    where T: DeviceChild
    Type Parameters
    T
    Type of the shader
    Inheritance Hierarchy

    System.Object
       C1.Util.DX.DisposeBase
          C1.Util.DX.CppObject
             C1.Util.DX.Direct3D11.CommonShaderStageBase
                C1.Util.DX.Direct3D11.CommonShaderStage<T>
                   C1.Util.DX.Direct3D11.ComputeShaderStage
                   C1.Util.DX.Direct3D11.DomainShaderStage
                   C1.Util.DX.Direct3D11.GeometryShaderStage
                   C1.Util.DX.Direct3D11.HullShaderStage
                   C1.Util.DX.Direct3D11.PixelShaderStage
                   C1.Util.DX.Direct3D11.VertexShaderStage

    See Also